/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 100%;
	height:413px;
	text-align: center;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* =====================================================================

slide

===================================================================== */

#mainImg {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 413px;
	overflow: hidden;
	z-index:10;
}
.topMenuList {
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -1954px;
	width: 3900px;
	height: 413px;
	z-index: 10;
	overflow: hidden;
}
.topMenuListBox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:3900px;
	height:413px;
	zoom: 1;
}
	.topMenuListBox:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: " ";
	}
	.topMenuListBox div {
		float:left;
		position:relative;
		margin:0;
		width:1030px;
		height:413px;
		background-repeat:no-repeat;
	}
.topMenu01 {
	background-image:url(/aaJP/img/mainimg01.jpg);
}
.topMenu02 {
	background-image:url(/aaJP/img/mainimg02.jpg);
}
.topMenu03 {
	background-image:url(/aaJP/img/mainimg03.jpg);
}
.topMenuListBox div a {
	position: relative;
	display: block;
	cursor: pointer;
}
.topMenuListBox div span.top_btn_over,
.topMenuListBox div img {
	position:absolute;
	top:0;
	left:0;
	display: block;
	width:1030px;
	height:413px;
}
.topMenuListBox div span.top_btn_over {
	background: url(/aaJP/construction/safety/) 0px -339px no-repeat;
	z-index: 20;
}
.topMenuListBox div a img {
	z-index: 15;
}
.topMenuLogo{
	left:420px;
    overflow: hidden;
    position: absolute;
    top: 180px;
    z-index: 500;}